--Read callback values
--Reads the entered callback values for open, apply and close actions.	
--Read callback values
--Reads the entered callback values for open, apply and close actions	
is
call_Open,call_Apply,call_Close: string;
do
	call_Open:=Dialog.ArgumentForOpen;
	call_Apply:=Dialog.ArgumentForApply;
	call_Close:=Dialog.ArgumentForClose;
end;
/*dialog:Enter the name of the dialog here.
*/